Welcome![Sign In][Sign Up]
Location:
Search - rsa c

Search list

[Crack HackRSA

Description: 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as the number of solution quality
Platform: | Size: 618496 | Author: 佘曼桂 | Hits:

[Crack HackRSA(c)

Description: RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objective is to make the Internet safe and reliable, aimed at resolving the DES algorithm is a secret key transmitted using the open channel distribution problems.
Platform: | Size: 60416 | Author: 贤宝宝的范儿 | Hits:

[Crack HackResearch-And-Development-Of-RSA-File-Encryption.ra

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Platform: | Size: 1044480 | Author: 张波 | Hits:

[Crack HackRSA

Description: 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Platform: | Size: 1372160 | Author: hbhb | Hits:

[Crack HackRSA

Description: RSA加密算法使用C语言实现,包含1个C程序,经过测试,可以运行。-RSA encryption algorithm using the C language, contains a C program, after testing, you can run.
Platform: | Size: 2048 | Author: 曹云青 | Hits:

[Crack HackRSA

Description: VC环境下实现的RSA算法!之上传了c源文件和头文件-RSA algorithm is realized in the VC environment!
Platform: | Size: 10240 | Author: kun | Hits:

[CA authrsa

Description: RSA 加密算法简单实现,c++编程,简单实用不 需任何修改 可运行-Simple implementation of RSA encryption algorithm, c++ programming, simple and practical to run without any modifications
Platform: | Size: 228352 | Author: joney | Hits:

[Crack Hackrsa

Description: RSA算法实现,用C++语言实现大数类的构建,可以实现RSA算法加解密文本文件及二进制文件及图像,速度较快-将中文译成英语 RSA algorithm, using C language class structure of large numbers, RSA algorithm for encryption and decryption can text file and binary files and images, faster
Platform: | Size: 1994752 | Author: dezheng | Hits:

[Crack HackRSA

Description: 计算机系统安全算法RSA,C语言实现,适合实验用~ 计算机系统安全算法RSA,C语言实现,适合实验用~-RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~RSA Algorithms,security of computer system~
Platform: | Size: 209920 | Author: 孟迪 | Hits:

[Crack HackRSA

Description: 简单的C程序实现RSA加密过程,程序简单易懂,仅供参考!~-Simple C program to achieve RSA encryption process, the program is simple to understand for reference purposes only! ~
Platform: | Size: 435200 | Author: Nren | Hits:

[Linux-UnixRSA

Description: A RSA program in c language
Platform: | Size: 20480 | Author: NIRMAL KUMAR | Hits:

[Crack Hackcryptography-source-code-in-c

Description: 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
Platform: | Size: 980992 | Author: 孙磊 | Hits:

[Crack Hackrsa

Description: RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
Platform: | Size: 73728 | Author: gaowei | Hits:

[Crack Hackrsa

Description: 很简单的RSA C++源码 执行效率很高的代码-very useful RSA C++ source code
Platform: | Size: 684032 | Author: 罗靖 | Hits:

[Crack HackRSA

Description: Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
Platform: | Size: 1024 | Author: Yogesh | Hits:

[Crack Hackrsa-shuziqianming

Description: 实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
Platform: | Size: 2028544 | Author: 小陈 | Hits:

[Crack HackRSA

Description: RSA加密解密算法的C语言实现,包含完整的工程文件,编译通过。-RSA encryption decryption algorithm in C language, contains a complete project file and compile.
Platform: | Size: 991232 | Author: RAINY | Hits:

[Crack HackRSA

Description: 自己写的非对称密码算法RSA的C语言实现。-Asymmetric cryptographic algorithm RSA, C language to write their own
Platform: | Size: 1024 | Author: gongsun | Hits:

[CA authRSA(C)

Description: RSA D-H加密与解密算法,C语言实现-RSA DH encryption and decryption algorithm, C language
Platform: | Size: 5120 | Author: 刘思琪 | Hits:

[CA authRSA.c

Description: RSA algorithm to Encrypt and decrypt the requird data
Platform: | Size: 1024 | Author: Naseer | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 36 »

CodeBus www.codebus.net